home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Encarta World Atlas 1999 / Encarta World 99 Install Disk.iso / support / DirHTML / diagnose.dcr / 00043.ls < prev    next >
Encoding:
Text File  |  1998-09-01  |  355 b   |  12 lines

  1. on beginSprite me
  2.   set the text of member the member of sprite the spriteNum of me to "0 %"
  3. end
  4.  
  5. on setDisplay me, sPercentPlayed
  6.   if sPercentPlayed < 100 then
  7.     set the text of member the member of sprite the spriteNum of me to sPercentPlayed & " %"
  8.   else
  9.     set the text of member the member of sprite the spriteNum of me to "done  "
  10.   end if
  11. end
  12.